home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / intuition / cghooks.m < prev    next >
Encoding:
Text File  |  2000-06-03  |  434 b   |  23 lines

  1. MODULE    'intuition/intuition',
  2.             'intuition/screens',
  3.             'graphics/rastport',
  4.             'graphics/clip'
  5.  
  6. #define CUSTOM_HOOK(g) (g::Gadget.MutualExclude)
  7.  
  8. OBJECT GadgetInfo
  9.     Screen:PTR TO Screen,
  10.     Window:PTR TO Window,
  11.     Requester:PTR TO Requester,
  12.     RastPort:PTR TO RastPort,
  13.     Layer:PTR TO Layer,
  14.     DoMain:IBox,
  15.     DetailPen:CHAR,
  16.     BlockPen:CHAR,
  17.     DrInfo:PTR TO DrawInfo
  18.  
  19. // Um, this object was missing
  20. OBJECT PGX
  21.     Container:IBox,
  22.     NewKnob:IBox
  23.